﻿/*首页*/
.i-header,
.r-header {
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;

}

.i-header.moveDown {
	transition: all 0.45s ease-in-out;
}

.i-header.solid,
.r-header.solid {
	background-color: #0B142B;
	transition: all 0.45s ease-in-out;
}


.nav {
	height: 120px;
	width: 100%;
	position: fixed;
	transition: all 0.45s ease-in-out;
}

.nav-logo {
	position: absolute;
	height: 50px;
	width: 200px;
	/*background: url(../images/nav_logo.png) no-repeat center;*/
	margin: 35px 0;
	left: 7.8125vw;


}

.nav-list {
	margin: 0 auto;
	text-align: center;
}

.nav-list-main {
	margin: 0;
	padding: 0;
}

.nav-list-main li {
	height: 120px;
	display: inline-block;
	padding: 0 25px;
	position: relative;
}
.nav-list-main .active{
	color: #FC8A04;
}
.nav-list-main li:hover span, .nav-list-main li:hover i{
	color:#FC8A04;
}
.nav-list-main li a {
	color: #FEFEFE;
	font-size: 14px;
	height: 100%;
	display: inline-block;
}

.nav-list-main li a i {
	display: block;
    margin: 0 auto;
    font-size: 40px;
    height: 35px;
    margin-top: 30px;
	transition: all 0.5s;
	color: #FEFEFE;
}

.nav-list-main li a span {
	display: block;
	line-height: 30px;
}

.nav-login {
	right: 7.8125vw;
	position: absolute;
	float: right;

}

.nav-login a {
	margin: 45px 0;
	display: inline-block;
	height: 30px;
	width: 80px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FEFEFE;
	font-size: 16px;
	cursor: pointer;
}

/*banner*/
.swiper-container {
	height: 100vh;
}

.swiper-container .swiper-pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px !important;
	width: 100%;
}

.swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 32px;
	height: 0px;
	font-size: 0;

	text-align: center;
	cursor: pointer;
	transition: width .8s;
	background-color: rgba(0, 0, 0, 0.2);

}

.swiper-container .swiper-pagination-bullet:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: #FEFEFE;
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-container .swiper-pagination-bullet-active {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-container .swiper-pagination-bullet-active:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-container .swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-container .swiper-slide-active {
	opacity: 1;
}

.swiper-container .swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1200px;
	height: 780px;
	margin: 0 auto;
}

.slide2 {
	background: #0B142B no-repeat center;
}


.slide4 {
	background: #0B142B no-repeat center;
}

.slide5 {
	background: #0B142B no-repeat center;
}

.slide2 .img1 {
	position: absolute;
	width: 775px;
	margin: 0 auto;
	z-index: 9;

}

.slide2 .imgl {
	position: absolute;
	top: 350px;
	z-index: 999;
	width: 540px;
}

.slide2 .imgr {
	position: absolute;
	bottom: 300px;
	width: 287px;
	right: 150px;
	z-index: 999;
}



.slide4 .img1 {
	left: 60%;
	bottom: 0px;
	width: 718px;
	z-index: 9;
	position: absolute !important;

}

.slide4 .imgl {
	width: 287px;
	z-index: 999;
	left: 200px;
	top: 350px;
}

.slide5 .img1 {
	left: 40%;
	width: 826px;
	margin-left: -413px;
	z-index: 9;
	position: absolute !important;
}

.slide5 .img2 {
	left: 40%;
	width: 826px;
	margin-left: -413px;
	z-index: 9;
	position: absolute !important;
}

.slide5 .imgl {
	width: 287px;
	z-index: 999;
	top: 200px;
	left: 100px;
}

.slide5 .imgr {
	width: 287px;
	z-index: 999;
	top: 250px;
	right: 300px;
}

/*联盟优势*/
.index-server {
	position: relative;
}

.index-server-main {
	background: #FFFFFF;
}

.index-server-row {
	width: 24.9%;
	margin: 100px 0 50px 0;
	;
	display: inline-block;
	float: left;
	text-align: center;
	border-left: 1px #CCCCCC solid;

}

.index-server-row:first-child {
	border-left: 0;
}

.index-server-icon {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
    	transition: all 0.5s;

}

.index-server-icon.icon-1 {
	background: url(../images/adv_1.png) no-repeat center;
}

.index-server-icon.icon-2 {
	background: url(../images/adv_2.png) no-repeat center;
}

.index-server-icon.icon-3 {
	background: url(../images/adv_3.png) no-repeat center;
}

.index-server-icon.icon-4 {
	background: url(../images/adv_4.png) no-repeat center;
}

.index-server-row strong {
	font-size: 24px;
	padding: .7em 1.8em;
	margin-top: 1.8em;
	display: inline-block;
	font-weight: 100;
	color: #0B142B;
}

.index-server-row p {
	font-size: 14px;

	color: #8E8E8E;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.index-server-row:hover .index-server-icon {
	border-radius: 75px;
	box-shadow: 0px 0px 0px 8px #A7D5F7;
}



.index-server-row:hover .index-server-icon.icon-1 {
	background: url(../images/adv_1a.png) #00B4FF no-repeat center;
}

.index-server-row:hover .index-server-icon.icon-2 {
	background: url(../images/adv_2a.png) #00B4FF no-repeat center;
}

.index-server-row:hover .index-server-icon.icon-3 {
	background: url(../images/adv_3a.png) #00B4FF no-repeat center;
}

.index-server-row:hover .index-server-icon.icon-4 {
	background: url(../images/adv_4a.png) #00B4FF no-repeat center;
}

/*关于我们*/
.index-about {
	height: 580px;
	width: 100%;
	margin-top: 50px;
	background: #F7F7F7;
	box-shadow: 0px -10px 27px 0px rgba(0, 0, 0, 0.2);
}

.index-about-main {
	width: 1240px;
	padding-top: 100px;
	margin: 0 auto;
}

.index-about-main .left {
	width: 40%;
	float: left;
	margin-top: 50px;
	border-right: 1px solid #D0D0D0;
}

.index-about-main .left h3 {
	color: #0386E7;
	font-size: 45px;
	line-height: 45px;

}

.index-about-main .left span {
	color: #000000;
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;

}

.more {
	line-height: 50px;
	position: relative;
	color: #3c3c3c;
	display: block;
	width: 106px;
	cursor: pointer;
	margin-top: 180px;
	-webkit-perspective: 150;
	-webkit-transition: color 1s cubic-bezier(.19, 1, .22, 1);
	-o-transition: color 1s cubic-bezier(.19, 1, .22, 1);
	transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

.more p {
	padding: 0 15px;
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	z-index: 3;
	font-size: 16px;
	-webkit-perspective: 150
}

.more::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0386E7;
	left: 0;
	top: 0;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1)
}

.more:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1)
}

.more:hover {
	color: #fff;
	-webkit-transition: color .4s .4s cubic-bezier(.19, 1, .22, 1);
	-o-transition: color .4s .4s cubic-bezier(.19, 1, .22, 1);
	transition: color .4s .4s cubic-bezier(.19, 1, .22, 1)
}

.more p::after,
.more p::before {
	content: "";
	width: -webkit-calc(50% - 2px);
	width: calc(50% - 2px);
	left: 0;
	top: 0;
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #0386E7;
	display: block;
	position: absolute;
	z-index: -1
}

.more p::after {
	left: 50%;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s .4s cubic-bezier(.19, 1, .22, 1)
}

.more:hover p::after {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1)
}

.index-about-main .right {
	width: 46%;
	float: right;

}

.index-about-main .right h3 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 30px;
}

.index-about-main .right h3::before {
	content: url(../images/about_icon.png);
	margin-right: 15px;
}

.index-about-main .right p {
	font-size: 16px;
	color: #656565;
	text-align: justify;
	text-indent: 2em;
	line-height: 2em;
}

/*联盟公告*/
.index-art {
	background:url(../images/news-bg.jpg) no-repeat center;
	color:#FFF;
}
.index-art-con {
	width:1100px;
	height:675px;
	margin:0 auto;
}
.index-art-left {
	width:600px;
	height:670px;
	float:left;
}
.index-art-title {
	height:140px;
	width:260px;
	float:left;
}
.index-art-title-l {
	float:left;
	height:50px;
	width:120px;
	margin: 45px 0px 45px 0px;
	border-right:#FFF 1px solid;
}
.index-art-title-l h3 {
	font-size:26px;
	text-align:left;
	line-height:30px;
}
.index-art-title-l p {
	font-size:16px;
	line-height:20px;
}
.index-art-title-r {
	float:right;
	height:50px;
	margin: 45px 0px 45px 0px;
}
.index-art-title-r p {
	font-size:14px;
	line-height:50px;
}
.index-art-main {
	height:440px;
	margin-top:140px;
	border-right:#FFF 1px dashed;
}
.index-art-main-bg {
	height:320px;
	width:570px;
	background:url(../images/news-tu.jpg) no-repeat center;
}
.index-art-main-con {
width:570px;
height:120px;
}
.index-art-main-left {
	position:relative;
	font:normal 12px/22px 宋体;
	width:570px;
height:120px;
}
.index-art-main-left .hd {
	overflow:hidden;
	height:120px;
	float:right;
	width:160px;
}
.index-art-main-left .hd .prev {
	display:block;
	width:24px;
	height:21px;
	float:right;
	margin-right:15px;
	margin-top:50px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/arrow-l.png) no-repeat;
}
.index-art-main-left .hd .next {
	display:block;
	width:24px;
	height:21px;
	float:right;
	margin-right:15px;
	margin-top:50px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/arrow-r.png) no-repeat;
}
.index-art-main-left .hd .pageState {
	display:block;
	font-size:30px;
	margin-top:50px;
}
.index-art-main-left .hd .prevStop {
	background-position:-60px 0;
}
.index-art-main-left .hd .nextStop {
	background-position:-60px -50px;
}
.index-art-main-left .bd {
	width:410px;
	height:120px;
	overflow:hidden;
}
.index-art-main-left .bd a {
	width:410px;
	text-decoration:none;
	height:120px;
	color:#fff;
}

.index-art-main-left .bd ul li {
	margin-right:20px;
	float:left;
	height: 120px;
    line-height: 60px;
	text-align:left;
	_display:inline;
}
.index-art-main-left .bd ul li h3 {
	font-size:20px;
	margin-top:30px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	
}
.index-art-main-left .con {
	margin-top:10px;
	font-size:16px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index-art-right {
	width:500px;
	float:right;
	height:670px;
}
.index-art-more {
	background:url(../images/about-more.png) no-repeat center;
	height: 70px;
	width: 120px;
	float: right;
	margin-top:20px;
}
.index-art-more a{
	display:block;
	height:70px;
	width:120px;
	}
.index-art-more-a {
	padding: 5px;
	height: 70px;
	position: absolute;
	width: 120px;
	color:#FFF;
}
.index-art-more-tltle {
	text-align:center;
	line-height:3.5em;
	font-size: 18px;
}
.index-art-right-main {
	margin-left:20px;
	height:440px;
	margin-top:140px;
}
.index-art-right-main .con {
	height:88px;
}
.index-art-right-main li {
	height:88px;
	line-height: 88px;
}
.index-art-time {
	width:130px;
	float:left;
	height:88px;
}
.index-art-time h3 {
	font-size:18px;
	text-align:center;
}
.index-art-list {
	float:right;
	width:348px;
	height:88px;
	overflow: hidden;
}
.index-art-list a {
	text-decoration:none;
	color:#FFF;
}
.index-art-list h3 {
	font-size:18px;
}

.index-art-right-main .con:hover  {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 0px 10px rgba(255, 255, 255, 0.8), 0 0 0 rgba(255, 255, 255, 0.8);;
    
}
.index-art-right-main .con:hover .index-art-list h3  {
	    color:#C63;
}

/*合作案例*/
.index-partner {
	width: 100%;
}

.index-partner h3 {
	text-transform: uppercase;
	text-align: center;
	padding: 75px 0;
	color: #000000;
	font-size: 20px;

}

.index-partner span {
	font-size: 45px;
	margin-right: 10px;
	color: #00B4FF;
}

.index-partner-main {
	width: 1240px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.index-partner-main ul {
	margin: 0 auto;

}

.index-partner-main ul .img {
	width: 300px;
	height: 135px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 7px 5px;
}
.index-partner-main ul .img div{
	position: absolute;
}

/*文章资讯*/
.index-news {
	background: #ececec;
	width: 100%;
	height: 620px;
	position: relative;
}

.index-news .type-title {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 2em;
	padding: 80px 0;
	color: #7BABDC;
	text-align: center;
}

.index-news .type-title span {
	font-size: 45px;
	margin-right: 10px;
	color: #00B4FF;
}


.index-news .news-container {
	width: 100%;
	margin: 0 auto;
	height: 360px;
	position: relative;
	overflow: hidden;

}

.index-news .news-container .swiper-wrapper {
	position: relative;
	width: 100%;


}

.index-news .news-container .swiper-slide {

	width: 100%;
}

.index-news .news-box {
	float: left;
	width: 40%;
}

.index-news .news-img {
	float: right;
	padding-right: 20px;
	height: 270px;
	width: 470px;
	z-index: 99;
}

.index-news .news-info {
	width: 100%;
	height: 270px;
	float: left;
	padding-left: 20px;
	position: relative;
}

.index-news .news-info .news-title {
	font-size: 24px;
	color: #000000;
	padding: 30px 0;
}

.index-news .news-info .news-note {
	font-size: 18px;
	color: #000000;
	line-height: 2em;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	text-align: justify;
    	height: 108px;
}

.index-news .news-info .news-time {
	font-size: 18px;
	color: #000000;
	position: absolute;
	bottom: 0;
}

.index-news .news-info .news-more {
	position: absolute;
	color: #000000;
	bottom: 0;
	right: 0;
}

.index-news .news-container .news-pagination {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

.index-news .swiper-pagination .swiper-pagination-bullet-active {
	background: #36C4FF;
}

.index-news-more {
	position: absolute;
	width: 100%;
	height: 100px;
	background: #00B4FF;
	text-align: center;
	line-height: 100px;
	bottom: 0;

}

.index-news-more a {
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}

/*底部*/
.footer {
	width: 100%;
	background: #0b142b;
}

.footer .footer-box {
	width: 1200px;
	margin: 0 auto;
	
}

.footer-box .footer-main {
	height: 230px;
	border-bottom: 2px #00B4FF solid;
	padding-top: 70px;
}

.footer-box .footer-main .footer-contact {
	width: 60%;
	float: left;

}

.footer-box .footer-main .footer-contact .footer-contact-add {
	width: 300px;
	float: left;
}

.footer-box .footer-main .footer-contact .footer-contact-add h3 {
	font-size: 14px;
	color: #00B4FF;
	padding-bottom: 10px;
}

.footer-box .footer-main .footer-contact .footer-contact-add h3::before {
	content: url(../images/foot_dz.jpg);
	margin-right: 5px;
}

.footer-box .footer-main .footer-contact .footer-contact-add p {
	font-size: 18px;
	color: #FFFFFF;
	width: 200px;
}

.footer-box .footer-main .footer-contact .footer-contact-tel {
	width: 300px;
	float: left;
}

.footer-box .footer-main .footer-contact .footer-contact-tel h3 {
	font-size: 14px;
	color: #00B4FF;
	padding-bottom: 10px;
}

.footer-box .footer-main .footer-contact .footer-contact-tel h3::before {
	content: url(../images/foot_phone.jpg);
	margin-right: 5px;
	;
}

.footer-box .footer-main .footer-contact .footer-contact-tel p {
	font-size: 30px;
	color: #FFFFFF;

}

.footer-box .footer-main .footer-QRcode {
	width: 40%;
	float: left;
}

.footer-box .footer-main .footer-QRcode h3 {
	font-size: 14px;
	color: #00B4FF;
	padding-bottom: 10px;
	padding-left: 40px;
}

.footer-box .footer-main .footer-QRcode ul {
	width: 100%;
}

.footer-box .footer-main .footer-QRcode ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
}

.footer-box .footer-main .footer-QRcode ul li img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: inline-block;
}

.footer-box .footer-main .footer-QRcode ul li span {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
}

.footer-box .footer-link {
	height: 260px;
}

.footer-box .footer-link h3 {
	padding-top: 30px;
	font-size: 18px;
	color: #00B4FF;
}

.footer-box .footer-link .link-wrap {
	padding-top: 15px;

}

.footer-box .footer-link .link-wrap .link-itme {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	display: inline-block;
	transition: color .5s;
}

.footer-box .footer-link .link-wrap .link-itme:hover {
	color: #00B4FF;
}

.footer-box .footer-link .copyright {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 30px;
	text-align: center;
}

/*在线客服*/
.index-online {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 300px;
	width: 70px;
	height: 280px;
}

.index-online-box {
	position: relative;
	float: right;
}

.index-online .index-online-a {
	display: block;
	height: 71px;
	width: 71px;
	background-color: #00B4FF;
	cursor: pointer;
	outline: none;
	margin-bottom: 2px;
	text-decoration: none;
}

.index-online .index-online-a.active,
.index-online .index-online-a:hover {
	background: #46C9FF;
}

.index-online .qq .icon {
	width: 35px;
	height: 35px;
	background-image: url(../images/ser_qq.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 18px;
}

.index-online .phone .icon {
	width: 35px;
	height: 35px;
	background-image: url(../images/ser_phone.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 18px;
}

.index-online .wx .icon {
	width: 35px;
	height: 35px;
	background-image: url(../images/ser_wx.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 18px;
}

.index-online .top {
	display: none;
}

.index-online .top .icon {
	width: 35px;
	height: 35px;
	background-image: url(../images/ser_jt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 18px;
}

.index-online .index-online-main {
	width: 225px;
	background-color: #00B4FF;
	display: none;
	position: absolute;
	right: 71px;
}

.index-online .qq-main {
	height: 320px;
	top: 0;
}

.index-online .phone-main {
	height: 71px;
	top: 73px;
}

.index-online .wx-main {
	height: 320px;
	top: 146px;
}

.index-online .wx-qr {
	position: absolute;
	height: 125px;
	width: 125px;
	top: 0;
	right: 228px;
}

.index-online-main-box {
	padding: 20px 20px;
}

.index-online-main-box li {
	cursor: pointer;
}

.index-online-main-box .aaa {
	display: none;
}

.index-online .qq-main .qq-main-item,
.index-online .wx-main .wx-main-item {
	color: #FEFEFE;
	font-size: 16px;
}

.index-online .qq-main .qq-main-item h3::before {
	content: url(../images/ser_xqq.png);
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.index-online .wx-main .wx-main-item h3::before {
	content: url(../images/ser_xwx.png);
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.index-online .phone-main .phone-main-item {
	line-height: 71px;
	font-size: 18px;
	color: #FEFEFE;
	margin-left: 20px;
}

.index-online .phone-main .phone-main-item::before {
	content: url(../images/ser_xphone.png);
	position: relative;
	top: 6px;
	margin-right: 5px;
}

/*帮助中心*/
.help {
	width: 100%;
}

.help-banner {
	height: 400px;
	background: url(../images/helpbanner.jpg) no-repeat center;
}

.help-box {
	width: 100%;
}

.help-box .help-title {
	position: relative;
	padding-top: 80px;
	margin-bottom: 5px;
	color: #038BE8;
	font-size: 24px;
	text-align: center;
}

.help-box .help-title h3 {
	line-height: 60px;
	text-transform: uppercase;
	font-family: BookmanOldStyle;

}
.help-box .help-title:hover h3{
	transition: all 0.5s;
	transform: rotate(360deg);	
}
.help-box .help-title p {
	font-family: simsun;
	font-weight: bold;
}

.help-box .help-title span:first-of-type {
	padding-right: 10px;
}

.help-box .help-title span:last-of-type {
	padding-left: 10px;
}

.help-box .help-tab {
	width: 400px;
	height: 30px;
	margin: 0 auto;
}

.help-box .help-tab li {
	float: left;
	font-size: 24px;
	cursor: pointer;
}

.help-box .help-tab li:nth-child(2) {
	padding: 0 30px;
}

.help-box .help-main .help-main-aff {
	display: block;
}

.help-box .help-main .help-main-adv {
	display: none;
}

.help-box .help-main .help-main-all {
	display: none;
}

.help-box .help-main .help-main-box {
	width: 100%;
}

.help-box .help-main .help-main-box li {
	height: 220px;
	background-color: #EBEBEB;
	color: #000000;
}
.help-box .help-main .help-main-box li:hover .help-main-content .time{
	color: #FC8A04;
}
.help-box .help-main .help-main-box li:nth-child(2n) {
	background-color: #FFFFFF;
	color: #0472C0;
}

.help-box .help-main .help-main-box .help-main-content {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
}

.help-box .help-main .help-main-box .help-main-content .time {
	float: left;
	height: 130px;
	width: 270px;
	margin: 45px 0;
	color: #038BE8;
	text-align: center;
}


.help-box .help-main .help-main-box .help-main-content .time p:first-of-type {
	font-size: 36px;
	line-height: 1.8em;
	padding-top: 25px;
}

.help-box .help-main .help-main-box .help-main-content .time p:last-of-type {
	font-size: 18px;
}

.help-box .help-main .help-main-box .help-main-content .daily {
	float: left;
	width: 500px;
	padding: 73px 130px 63px 200px;
}

.help-box .help-main .help-main-box .help-main-content .daily h3 {
	font-size: 18px;
	line-height: 2em;

}

.help-box .help-main .help-main-box .help-main-content .daily .daily-note {
	font-size: 14px;
	height: 48px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	text-align: justify;
}

.help-box .help-main .help-main-box .help-main-content .daily-more {
	background-image: url(../images/lb_jt.png);
	background-repeat: no-repeat;
	background-size: 56px 46px;
	float: right;
	margin-top: 87px;
	position: relative;
}

/* .help-box .help-main .help-main-box li:hover .help-main-content .daily-more{
	transition: all 0.4s linear;
	left: 10px;
}  */
.help-box .help-main .help-main-box .help-main-content .daily-more a {
	display: block;
	height: 46px;
	width: 56px;
}

/*公告列表*/
.art {
	width: 100%;
}

.art .art-banner {
	height: 400px;
	background: url(../images/newbanner.jpg) no-repeat center;
}
.art .news-banner {
	height: 400px;
	background: url(../images/wzzxbanner.jpg) no-repeat center;
}
.art .art-box {
	width: 100%;
}

.art .art-box .art-title {
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
	color: #038BE8;
	font-size: 24px;
	text-align: center;
}

.art .art-box .art-title h3 {
	line-height: 60px;
	text-transform: uppercase;
	font-family: BookmanOldStyle;

}
.art .art-box .art-title:hover h3{
	transition: all 0.5s;
	transform: rotate(360deg);	
}
.art .art-box .art-title p {
	font-family: simsun;
	font-weight: bold;
}

.art .art-box .art-title span:first-of-type {
	padding-right: 10px;
}

.art .art-box .art-title span:last-of-type {
	padding-left: 10px;
}

.art .art-box .art-main .art-main-box {
	width: 100%;
}

.art .art-box .art-main .art-main-box li {
	height: 220px;
	background-color: #EBEBEB;
	color: #000000;
}

.art .art-box .art-main .art-main-box li:nth-child(2n) {
	background-color: #FFFFFF;
	color: #0472C0;
}
.art .art-box .art-main .art-main-box li:hover .art-main-content .time{
	color: #FC8A04;
}
.art .art-box .art-main .art-main-box .art-main-content {
	width: 1200px;
	margin: 0 auto;
}

.art .art-box .art-main .art-main-box .art-main-content .time {
	float: left;
	height: 130px;
	width: 270px;
	margin: 45px 0;
	color: #038BE8;
	text-align: center;
}



.art .art-box .art-main .art-main-box .art-main-content .time p:first-of-type {
	font-size: 36px;
	
	line-height: 1.8em;
	padding-top: 25px;
}

.art .art-box .art-main .art-main-box .art-main-content .time p:last-of-type {
	font-size: 18px;
	
}

.art .art-box .art-main .art-main-box .art-main-content .daily {
	float: left;
	width: 500px;
	padding: 73px 130px 63px 200px;
}

.art .art-box .art-main .art-main-box .art-main-content .daily h3 {
	font-size: 18px;
	line-height: 2em;

}

.art .art-box .art-main .art-main-box .art-main-content .daily .daily-note {
	font-size: 14px;
	height: 48px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	text-align: justify;
}

.art .art-box .art-main .art-main-box .art-main-content .daily-more {
	background-image: url(../images/lb_jt.png);
	background-repeat: no-repeat;
	background-size: 56px 46px;
	float: right;
	margin-top: 87px;
	position: relative;
}

.art .art-box .art-main .art-main-box .art-main-content .daily-more a {
	display: block;
	height: 46px;
	width: 56px;
}


.art-main-title {
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	background-color: #00B4FF;
}

.art-main-title h3 {
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 60px;
}

.art-main-title p {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
}

.art-main-con {
	width: 1200px;
	margin: 0 auto;
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 70px;
	padding: 60px;
	border: 1px solid rgba(188, 188, 188, 1);
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
}

/*users*/
.user {
	width: 100%;
}

.user .user-aff-banner {
	height: 400px;
	background: url(../images/llzbanner.jpg) no-repeat center;
}

.user .user-adv-banner {
	height: 400px;
	background: url(../images/ggzbanner.jpg) no-repeat center;
}

.user .user-box {
	width: 100%;
}

.user .user-box .user-title {
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
	color: #038BE8;
	font-size: 24px;
	text-align: center;
}

.user .user-box .user-title h3 {
	line-height: 60px;
	text-transform: uppercase;
	font-family: BookmanOldStyle;

}
.user .user-box .user-title:hover h3{
	transition: all 0.5s;
	transform: rotate(360deg);	
}
.user .user-box .user-title p {
	font-family: simsun;
	font-weight: bold;
}

.user .user-box .user-title span:first-of-type {
	padding-right: 10px;
}

.user .user-box .user-title span:last-of-type {
	padding-left: 10px;
}

.user .user-box .user-content {
	height: 720px;
	background-color: #E9E9E9;
}

.user .user-box .user-content-main {
	width: 1200px;
	height: 500px;
	margin: 0 auto;

}

.user .user-box .user-content-main ul {
	width: 1300px;
	height: 300px;
	margin: 0 auto;
	padding-top: 70px;
}

.user .user-box .user-content-main ul li {
	float: left;
	width: 25%;
}

.user .user-box .user-content-main ul li:nth-child(1)::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #E9E9E9;
	border-radius: 50%;
	top: 130px;
	left: -15px;
	position: relative;
}

.user .user-box .user-content-main ul li::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #D0D0D0;
	border-radius: 50%;
	top: 130px;
	left: -15px;
	position: relative;
}

.user .user-box .user-content-main .user-main {
	height: 350px;
}

.user .user-box .user-content-main .user-main icon {
	height: 220px;
	width: 220px;
	background-color: #FF5400;
	display: block;
	position: relative;
	margin: 0 auto;
}

.user .user-box .user-content-main .user-main icon:hover {

	background-color: #36C4FF;
	box-shadow: 0px 12px 0px 0px rgba(3, 231, 134, 0.35);
}

.user .user-box .user-content-main .user-main img {
	padding: 10px;
}

.user .user-box .user-content-main .user-main h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 35px;
	color: #000;
}

.user .user-box .user-content-main .user-main p {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

.user .user-box .user-content-main .user-info {
	width: 1200px;
	height: 160px;
	margin-top: 100px;
	border: 3px solid rgba(167, 198, 227, 1);
	overflow: hidden;
}

.user .user-box .user-content-main .user-info p {
	padding: 70px 140px;
	color: #5E5E5E;
	font-size: 18px;
}

/*关于我们*/
.about {
	width: 100%;
}

.about .about-banner {
	height: 400px;
	background: url(../images/aboutbanner.jpg) no-repeat center;
}

.about .about-box {
	width: 100%;
}

.about .about-box .about-title {
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
	color: #038BE8;
	font-size: 24px;
	text-align: center;
}

.about .about-box .about-title h3 {
	line-height: 60px;
	text-transform: uppercase;
	font-family: BookmanOldStyle;

}
.about .about-box .about-title:hover h3{
	transition: all 0.5s;
	transform: rotate(360deg);	
}
.about .about-box .about-title p {
	font-family: simsun;
	font-weight: bold;
}

.about .about-box .about-title span:first-of-type {
	padding-right: 10px;
}

.about .about-box .about-title span:last-of-type {
	padding-left: 10px;
}

.about .about-box .about-main {
	width: 1100px;
	margin: 0 auto;
}

.about .about-box .about-main p {
	font-size: 16px;
	color: #000;
	text-indent: 2em;
	line-height: 2em;
}

.about .about-box .about-main p:first-child {
	margin-bottom: 20px;
}

.about .about-box .about-contact {
	margin-top: 130px;
	height: 610px;
	
}

.about .about-box .about-contact .contact-title {
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
	color: #038BE8;
	font-size: 24px;
	text-align: center;
}

.about .about-box .about-contact .contact-title h3 {
	line-height: 60px;
	text-transform: uppercase;
	font-family: BookmanOldStyle;

}
.about .about-box .about-contact .contact-title:hover h3{
	transition: all 0.5s;
	transform: rotate(360deg);	
}

.about .about-box .about-contact .contact-title p {
	font-family: simsun;
	font-weight: bold;
}

.about .about-box .about-contact .contact-title span:first-of-type {
	padding-right: 10px;
}

.about .about-box .about-contact .contact-title span:last-of-type {
	padding-left: 10px;
}

.about .about-box .about-contact .contact-main {
	width: 1300px;

	margin: 0 auto;
}

.about .about-box .about-contact .contact-main .about-customer {
	
	height: 260px;
	float: left;
}

.about .about-box .about-contact .contact-main h3 {
	padding-bottom: 30px;
	font-size: 18px;
	color: #038BE8;
	padding-left: 30px;
}

.about .about-box .about-contact .contact-main h3::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #038BE8;
	margin-right: 10px;


}

.about .about-box .about-contact .contact-main li {
	float: left;
	margin: 0 20px;
	width: 270px;
	height: 140px;
	background-color: #46C9FF;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: all  0.5s;

}


.about .about-box .about-contact .contact-main .contact-main-icon {
	background: url(../images/kf01a.png) #FFFFFF no-repeat center;
	height: 70px;
	width: 70px;
	float: left;
	margin: 45px 20px;
	border-radius: 35px;
}

.about .about-box .about-contact .contact-main .contact-main-info {
	color: #FFFFFF;
	font-size: 18px;
}

.about .about-box .about-contact .contact-main .contact-main-info span {
	line-height: 2em;
	margin-top: 20px;
	display: block;
}

.about .about-box .about-contact .contact-main .contact-main-info p {
	font-size: 16px;
	line-height: 1.5em;

}
.about .about-box .about-contact .contact-main .contact-main-info .iwx {
	font-size: 14px;
	line-height: 1.5em;
	cursor: pointer;

}
.about .about-box .about-contact .contact-main .contact-main-info .icon{
	display: none;
	opacity: 0;
	position: relative;
    height: 125px;
	width: 125px;
    top: -140px;
    left: 50%;

}
.about .about-box .about-contact .contact-main .contact-main-info .iwx:hover .icon{
	opacity: 1;
	display: block;
}
.about .about-box .about-contact .contact-main li:hover {
	box-shadow: -6px 7px 0px 4px rgba(0, 0, 0, 0.21);
}

.about .about-box .about-contact .contact-main li:hover .contact-main-icon {
	background: url(../images/kf01.png) #00B4FF no-repeat center;

}

.about .about-box .about-contact .contact-main .about-business {
	height: 260px;
	float: right;
}

/*登录注册*/
.reg {
	width: 100%;
}

.reg-box {
	height: 1340px;
	margin-top: 200px;
	background: url(../images/login_bj.png) bottom no-repeat;
	box-sizing: content-box;
}

.reg-main {
	height: 1040px;
	width: 1140px;
	margin: 0 auto;
	box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.35);
}

.reg-main-left {
	height: 1040px;
	width: 300px;
	float: left;
	color: #FFFFFF;
	background: url(../images/register_img.jpg) no-repeat center;
}

.reg-main-left p {
	margin-top: 60px;
	margin-right: 25px;
	font-size: 24px;
	text-align: right;
}

.reg-main-left h3 {
	font-size: 36px;
	margin-right: 25px;
	text-align: right;
	line-height: 2em;
	text-transform: uppercase;
}

.reg-main-right {

	float: right;
	height: 1040px;
	width: 840px;
}

.reg-main-box {
	padding: 20px 0px 105px 185px;
}

.reg-main-box .log {
	position: relative;
	margin-right: 10px;
	float: right;
	line-height: 40px;
	font-size: 16px;
}

.reg-main-box .log p {
	width: 90px;
	float: left;
}

.reg-main-box .log a {
	display: block;
	width: 80px;
	height: 25px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 10px;
	text-align: center;
	float: right;
	line-height: 25px;
	text-decoration: none;
	margin-top: 7px;
	font-size: 14px;
}

.reg-main-box .reg-tab {
	height: 40px;
	line-height: 40px;
}

.reg-main-box .reg-tab .reg-user {
	cursor: pointer;
	font-size: 16px;
	color: #0B142B;
	margin-right: 30px;

}

.reg-main-box .reg-tab .active {
	color: #00B4FF;
}

.reg-main-box .reg-row {
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}

.reg-main-box .reg-row .select {
	border: 1px solid rgba(201, 201, 201, 1);
}

.reg-main-box .reg-row .input_text{
	width: 270px;
	height: 40px;
	outline: none;
	line-height: 40px;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	border: 1px solid rgba(201, 201, 201, 1);
}

.reg-main-box .reg-row .input_text::-webkit-input-placeholder {
	color: #A7A7A7;
}

.reg_kf {
	width: 374px;
	height: 80px;
	border: 1px solid rgba(201, 201, 201, 1);

}

.reg_kf label {
	float: left;
	width: 90px;
	padding-left: 23px;
	line-height: 40px;
	color: #A7A7A7;
	font-size: 14px;
}

.qq_kf {
	line-height: 40px;
	width: 240px;
	float: left;

}

.qq_li {
	width: 80px;
	float: left;

}

.qq_li span {
	color: #B47E7E;
}

.reg-main-box .reg-row .i-checkcode {
	width: 110px;
	height: 40px;
	outline: none;
	line-height: 40px;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	border: 1px solid rgba(201, 201, 201, 1);
}
.reg-main-box .reg-row .reg-button {
	height: 30px;
	width: 300px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
}

.login {
	width: 100%;
}

.login-box {
	height: 800px;
	margin-top: 200px;
	background: url(../images/login_bj.png) bottom no-repeat;
	box-sizing: content-box;
}

.login-main {
	height: 570px;
	width: 1140px;
	margin: 0 auto;
	box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.35);
}

.login-main-left {
	position: relative;
	height: 570px;
	width: 300px;
	float: left;
	color: #FFFFFF;
	font-size: 24px;
	background: url(../images/login_img.jpg) no-repeat center;
}

.login-main-left p {
	position: absolute;
	right: 25px;
	bottom: 90px;
	text-align: right;
}

.login-main-left h3 {
	position: absolute;
	right: 25px;
	bottom: 45px;
	line-height: 2em;
	text-transform: uppercase;
}

.login-main-right {

	float: right;
	height: 570px;
	width: 840px;
}

.login-main-box {
	padding: 45px 0px 105px 185px;
}

.login-main-box .log {
	position: relative;
	margin-right: 10px;
	float: right;
	line-height: 40px;
	font-size: 16px;
}

.login-main-box .log p {
	width: 90px;
	float: left;
}

.login-main-box .log a {
	display: block;
	width: 80px;
	height: 25px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 10px;
	text-align: center;
	float: right;
	line-height: 25px;
	text-decoration: none;
	margin-top: 7px
}

.login-main-box .login-row {
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}

.login-main-box .login-row input {
	width: 270px;
	height: 40px;
	outline: none;
	line-height: 40px;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	border: 1px solid rgba(201, 201, 201, 1);
}

.login-main-box .login-row input::-webkit-input-placeholder {
	color: #A7A7A7;
}

.login-main-box a {
	color: #000000;
	font-size: 14px;
	display: block;
	cursor: pointer;
	margin-top: 20px;
}

.login-main-box .login-row .i-checkcode {
	width: 110px;
}

.login-main-box .login-row .login-button {
	height: 30px;
	width: 130px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.find {
	width: 100%;
}

.find-box {
	height: 800px;
	margin-top: 200px;
	background: url(../images/login_bj.png) bottom no-repeat;
	box-sizing: content-box;
}

.find-main {
	height: 570px;
	width: 1140px;
	margin: 0 auto;
	box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.35);
}

.find-main-left {
	position: relative;
	height: 570px;
	width: 300px;
	float: left;
	color: #FFFFFF;
	background: url(../images/login_img.jpg) no-repeat center;
}

.find-main-left p {
	position: absolute;
	right: 25px;
	top: 45%;
	font-size: 24px;
	text-align: right;
}

.find-main-left h3 {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 18px;
	line-height: 2em;
	text-transform: uppercase;
}

.find-main-right {

	float: right;
	height: 570px;
	width: 840px;
}

.find-main-box {
	padding: 45px 0px 105px 185px;
}

.find-main-box .log {
	position: relative;
	margin-right: 10px;
	float: right;
	line-height: 40px;
	font-size: 16px;
}

.find-main-box .log p {
	width: 90px;
	float: left;
}

.find-main-box .log a {
	display: block;
	width: 80px;
	height: 25px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 10px;
	text-align: center;
	float: right;
	line-height: 25px;
	text-decoration: none;
	margin-top: 7px
}

.find-main-box .find-tab {
	height: 40px;
	line-height: 40px;
}

.find-main-box .find-tab .find-user {
	font-size: 16px;
	color: #0B142B;
	margin-right: 30px;

}

.find-main-box .find-tab .active {
	color: #00B4FF;
}

.find-main-box .find-row {
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}

.find-main-box .find-row input {
	width: 270px;
	height: 40px;
	outline: none;
	line-height: 40px;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	border: 1px solid rgba(201, 201, 201, 1);
}

.find-main-box .find-row input::-webkit-input-placeholder {
	color: #A7A7A7;
}

.find-main-box .find-row .i-checkcode {
	width: 110px;
}

.find-main-box .find-row .find-button {
	height: 30px;
	width: 130px;
	color: #FFF;
	background: #00B4FF;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.tip {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	color: red;
    	display: none;
}

.copyright {
	margin-top: 130px;
	text-align: center;
	font-size: 14px;
	color: #939393;
}
.row{
	-webkit-box-shadow: inset 0px 1px 0px 0px #fefefe;
    box-shadow: inset 0px 1px 0px 0px #fefefe;
    margin: 0 auto;
    padding: 8px 5px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
   
	height: 31px;
    line-height: 31px;
	width: 1200px;
    margin-bottom: 10px;

}
.zpage_bt1 {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.zpage_str {
	width: 38%;
	float: left;
	line-height: 30px;
}
.zpage {
	float: right;
}
.zpage li a {
	background: #fff;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.zpage .data {
	float: right;
	margin: 0;
	height: auto;
}
.zpage .data ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
}
.zpage .data ul li {
	display: inline;
}
.zpage .data ul li a {
	background: #fff;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.zpage .data .prev a {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
.zpage .data .last a {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
.zpage .data .active a {
	color: #666;
}